|
|
|
|
Parent Property, ItemClass Class |
Returns the parent item of the item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Parent As ItemClass |
C# |
public ItemClass Parent { get; } |
C++ |
Property Value
The parent item or null/Nothing if the item is a top-most item and has no parent.
Comments
The Parent property returns the parent item of the item.
To find an item's top-most parent, use the TopParent property instead.